github.com/refraction-networking/utls.certificateVerifyMsg.signature (field)
9 uses
github.com/refraction-networking/utls (current package)
handshake_client.go#L859: certVerify.signature, err = key.Sign(c.config.rand(), signed, signOpts)
handshake_client_tls13.go#L867: sigHash, signed, certVerify.signature); err != nil {
handshake_client_tls13.go#L993: certVerifyMsg.signature = sig
handshake_messages.go#L1892: signature []byte
handshake_messages.go#L1903: b.AddBytes(m.signature)
handshake_messages.go#L1921: return readUint16LengthPrefixed(&s, &m.signature) && s.Empty()
handshake_server.go#L771: if err := verifyHandshakeSignature(sigType, pub, sigHash, signed, certVerify.signature); err != nil {
handshake_server_tls13.go#L881: certVerifyMsg.signature = sig
handshake_server_tls13.go#L1106: sigHash, signed, certVerify.signature); err != nil {
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |